shiro配置 在web.xml中配置shiro的filter 在web系统中,shiro也通过filter进行拦截,filter拦截器后将操作权交给Spring中配置的filterChain(过滤器链),shir ...